go.uber.org/zap/zapcore.Level.unmarshalText (method)

3 uses

	go.uber.org/zap/zapcore (current package)
		level.go#L174: 	if !l.unmarshalText(text) && !l.unmarshalText(bytes.ToLower(text)) {
		level.go#L180: func (l *Level) unmarshalText(text []byte) bool {